=======================================================================
 	Source Editor v. 2.10 for Win98, WinME, Win2K, WinXP

			Copyright (c) by Kovalev S., 2000 - 2004.
			This issue is the shareware version.
=======================================================================

 Table of Contents:
-------------------------------

 - License Agreement
 - Description
 - Compiling C, Asm, C# Files (through explorer +)
 - System Requirements
 - History

=======================================================================
 License Agreement
-------------------------------

 This version of program is a shareware. 
-----------------------------------------
 You may register it by post letter or through web-site :
 RegSoft.com or ShareIt.com (on-line credit card, fax,...)

 In the case of letter, see prices on the site and send USD or EUR
 within it. Please write also in the letter your e-mail address.
 You will be provided with full version link.

 Post address:

 Serguei Kovalev
 Puhangu 30-48
 Tallinn, 10316
 ESTONIA

 You can also write to: MicroTools4U@yahoo.com

 Menu items "Help | Register on ..." are provided 
 for paying through web-site. You can also follow to links placed
 on the MicroTools4U web-site.

=======================================================================
 Description
--------------------
 
 This is a little source editor with text coloring. You can edit next
 types of files: C/C++ (.c,.cpp,h), C# (.cs), Java (.java), Assembler
 (.asm, .inc), Resources (.rc). You also can view HTML (.html) files
 or navigate the Web, as it uses Active-X Web Browser.
 
 It was built firstly as the "colored code editor" for C/C++ syntax as
 an example of code files. It has feature for printing that was built
 to meet expectations for source files printing (in Black & White). 

 It uses MFC Library (4.2, statically linked).

 "C Lessons for beginners" are added. They are written in MS VC++ 6.0
 with C++ syntax. So there are two specific types of files from
 VC++ environment: ".dsw" - developer studio workspace file
 and ".dsp" - project file.

 It recognizes for coloring some C common definitions like BOOL,
 TRUE, etc., and MS VC++ AFX-blocks, and also C# ...

=======================================================================
 Source Editor uses associated actions to compile source files.
 (See also "Autoexec and MS-DOS.bat" for LIB and INCLUDE variables.)

 C# files compiling through explorer :
 -------------------------------------
 In the "Source Editor" folder (after installation)
 there are 2 files : "CSharp In Registry.reg" and "_CSharp.pif". 

  1. If you did install files 
 into "C:\Program Files\MicroTools4U\Source Editor" (by default)
 you can don't edit "CSharp In Registry.reg" and merge it into 
 registry to be able compile .cs files from explorer. Otherwise
 open it for editing and modify folder where Source Editor is located.

  2. "_CSharp.pif" file also contains path where csc.exe is located, 
 so open it through "Properties" and check out the path for csc.exe.

  3. For building Application with icon, place Project.ico in the same
 folder where cs-file is located. There can be problem with compiling
 with an icon: spaces (' ') may must not present in the project path.

 C, Asm Files compiling through explorer :
 -----------------------------------------
 Asm Files compiling needs in the (!) additional thing :

  4. Maybe "link.exe" and "mspdb50.dll" (or mspdb60.dll)
 have to be placed in some %PATH% folder (C:\Windows\Command, or ...).
 Copy its from "C:\Masm32\Bin" folder (or where it located from).

 C, Asm and C# files compiling :
 -------------------------------
  There is also file "Programs In Registry.reg" to be able to compile 
 Asm and C, C# files with different options - if you have merged one
 of previous files also merge this one, as "Compile to..." needs in
 info that placed in this file. 

 It assumes that _CCpp.pif, _Asm.pif and _CSharp.pif point
 to valid compilers (cl.exe, ml.exe, csc.exe).

 "/nologo" option causes closing of console window if nothing 
 (no errors and warnings) have been shown. If you prefer this
 behaviour, modify "Asm In Registry.reg",... files.

=======================================================================
 System Requirements
------------------------------------

 OS : Win98,... and Win2K,... 

 There are no any additional requirements. 
 It occupies with examples about 3.0 MB drive's memory.

=======================================================================
 History
-------------

 07.2001
 "It was the first program that I decided to write when I was starting
 to write something without any offer from 'some people' - just what I
 would write if I had a time to write.

 So, it was started in 10.1999 and ended generally in "
				            
 07.2002
 "In the April of 2002, Robert W. Durk from Milwaukee found out this
 program and thought that it costs his attention and to be "a little"
 developed also. 

 So, I reviewed it, a little... This way the version 1.2 appeared.

 'Lessons for C' was also added and translated into English thanks to
 Robert."

 09.2002
 "Included templates for assembler have origin in MASM32 free 
 delivered packet. It was finally included only into version 1.3, 
 when almost all assembler instructions with extensions were typed 
 into code highlighting."

 01-02.2003
 "C# and Java supporting is included."

 For C# names of structures, classes, enums, interfaces and delegates
 from some .NET Framework namespaces are included (see "Help-About").

 Names for common Java classes are also included.

 10.2003 
 The status of shareware is assigned to. 
 Demo (trial) and Full issues exist now.

 01.2004
 "Run Program" is added for different compilers' options supporting.

=======================================================================
 Enjoy it. 

 Serguei Kovalev.
 Tallinn, Estonia. 2000 - 2004.

 e-mail : mailto:MicroTools4U@yahoo.com
 web    : http://www.hot.ee/microtools4u/